环境相关
conda 切换为清华的源
1 | 查看源 |
pip 切换为清华的源
win+R 打开用户目录%HOMEPATH%,在此目录下创建 pip 文件夹,在 pip 目录下创建 pip.ini 文件, 内容如下1
2
3
4[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
conda 新建环境
1 | 新建 |
conda环境加载到jupyter内核中
1 | 先激活环境 |
插件
1 | 安装 nbextensions 插件 |